home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Essentials / MPW IIGS Interfaces / AIIGSIncludes / M16.Scheduler < prev    next >
Encoding:
Text File  |  1990-04-03  |  595 b   |  48 lines  |  [TEXT/MPS ]

  1. ; File:  M16.Scheduler
  2. ;
  3. ;
  4. ; Copyright Apple Computer, Inc. 1986-90
  5. ; All Rights Reserved
  6. ;
  7. ;
  8.  MACRO
  9. &lab _SchAddTask
  10. &lab ldx #$0907
  11.      jsl $E10000
  12.  MEND
  13.  MACRO
  14. &lab _SchBootInit
  15. &lab ldx #$0107
  16.      jsl $E10000
  17.  MEND
  18.  MACRO
  19. &lab _SchFlush
  20. &lab ldx #$0A07
  21.      jsl $E10000
  22.  MEND
  23.  MACRO
  24. &lab _SchReset
  25. &lab ldx #$0507
  26.      jsl $E10000
  27.  MEND
  28.  MACRO
  29. &lab _SchShutDown
  30. &lab ldx #$0307
  31.      jsl $E10000
  32.  MEND
  33.  MACRO
  34. &lab _SchStartUp
  35. &lab ldx #$0207
  36.      jsl $E10000
  37.  MEND
  38.  MACRO
  39. &lab _SchStatus
  40. &lab ldx #$0607
  41.      jsl $E10000
  42.  MEND
  43.  MACRO
  44. &lab _SchVersion
  45. &lab ldx #$0407
  46.      jsl $E10000
  47.  MEND
  48.